home *** CD-ROM | disk | FTP | other *** search
/ Personal Computer World 2009 February / PCWFEB09.iso / Software / Linux / Kubuntu 8.10 / kubuntu-8.10-desktop-i386.iso / casper / filesystem.squashfs / etc / laptop-mode / conf.d / auto-hibernate.conf < prev    next >
Text File  |  2008-10-24  |  1KB  |  51 lines

  1. #
  2. # Configuration file for Laptop Mode Tools module auto-hibernate.
  3. #
  4. # For more information, consult the laptop-mode.conf(8) manual page.
  5. #
  6.  
  7. ###############################################################################
  8. # Auto-hibernation settings
  9. # -------------------------
  10. #
  11. # Using these settings, you can make laptop mode tools automatically put your
  12. # computer into hibernation when the battery level goes critically low.
  13. #
  14. # This feature only works on ACPI, and only works on computers whose batteries
  15. # give off battery events often enough.
  16. #
  17. #
  18. # IMPORTANT: In versions 1.36 and earlier, these settings were included in the
  19. # main laptop-mode.conf configuration file. If they are still present, they
  20. # overrule the settings in this file. To fix this, simply delete the settings
  21. # from the main config file.
  22. #
  23. ###############################################################################
  24.  
  25.  
  26. #
  27. # Should laptop mode tools perform auto-hibernation?
  28. #
  29. ENABLE_AUTO_HIBERNATION=0
  30.  
  31.  
  32. #
  33. # The hibernation command that is to be executed when auto-hibernation
  34. # is triggered.
  35. #
  36. HIBERNATE_COMMAND=/usr/sbin/hibernate
  37.  
  38.  
  39. #
  40. # Auto-hibernation battery level threshold, in percentage of the battery's
  41. # total capacity.
  42. #
  43. AUTO_HIBERNATION_BATTERY_CHARGE_PERCENT=4
  44.  
  45.  
  46. #
  47. # Enable this to auto-hibernate if the battery reports that its level is
  48. # "critical".
  49. #
  50. AUTO_HIBERNATION_ON_CRITICAL_BATTERY_LEVEL=1
  51.